truncation symbol - ترجمة إلى إنجليزي
DICLIB.COM
أدوات لغة الذكاء الاصطناعي
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات بواسطة الذكاء الاصطناعي

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

truncation symbol - ترجمة إلى إنجليزي

LOSSY IMAGE COMPRESSION TECHNIQUE
Block truncation coding

truncation symbol      
(n.) = símbolo de truncamiento
Ex: You can truncate class numbers using the truncation symbol (*).
truncation         
IN MATHEMATICS, LIMITING THE NUMBER OF DIGITS RIGHT OF THE DECIMAL POINT
Truncate; Trunc; Truncating; Trunc (command)
(n.) = truncamiento, truncado

Def: En las búsquedas, inclusión de palabras incompletas para que el ordenador recupere todas aquellas palabras que contienen los caracteres que se han especificado.
Ex: Truncation is another search device which is to be found to be particularly useful in natural language information retrieval system, although it can be applied with controlled languages.
----
* * (truncation symbol) = * (símbolo de truncamiento)
* left-hand truncation = truncamiento hacia la izquierda
* right-hand truncation = truncamiento hacia la derecha
* truncation symbol = símbolo de truncamiento
symbol         
  • The three categories of cartographic symbol shapes
  • ribbons]] is a symbolic action that shows support for certain campaigns.
SOMETHING THAT REPRESENTS AN IDEA, A PROCESS, OR A PHYSICAL ENTITY
Symbols; International symbols; Symbols (semiotics); Symbologist; Symbologies; Symbological; Symbologically; Random symbols; Symbology; Symbologists; Symbologic; Symbolic action; ISO 15924:Zsym; Symbols in cartography; Zsym
(n.) = símbolo

Def: Signo convencional (carácter, diagrama, letra, abreviatura, etc.) usado en escritura o en cualquier otro medio de comunicación en lugar de una o más palabras.
Ex: If notation is to offer a self-evident ordering it is important that the symbols that are used for the notation have a self-evident order in themselves.
----
* * (truncation symbol) = * (símbolo de truncamiento)
* BS (British Standard) 1749: Recommendations for alphabetical arrangement and = Norma Británica 1749: Recomendaciones para la ordenación alfabética y el orden de intercalación de números y símbolos
* class symbol = notación
* fertility symbol = símbolo de fertilidad
* greater-than symbol (>) = símbolo de mayor-que (>)
* notational symbol = notación
* piping symbol (|) = símbolo de conducción
* punctuation symbol = signo de puntuación
* redirection symbol = símbolo de redirección
* symbol-template = leyenda
* truncation symbol = símbolo de truncamiento

تعريف

radical sign
¦ noun Mathematics the sign v which indicates the square root of the number following (or a higher root indicated by a preceding superscript numeral).

ويكيبيديا

Block Truncation Coding

Block Truncation Coding (BTC) is a type of lossy image compression technique for greyscale images. It divides the original images into blocks and then uses a quantizer to reduce the number of grey levels in each block whilst maintaining the same mean and standard deviation. It is an early predecessor of the popular hardware DXTC technique, although BTC compression method was first adapted to color long before DXTC using a very similar approach called Color Cell Compression. BTC has also been adapted to video compression.

BTC was first proposed by Professors Mitchell and Delp at Purdue University. Another variation of BTC is Absolute Moment Block Truncation Coding or AMBTC, in which instead of using the standard deviation the first absolute moment is preserved along with the mean. AMBTC is computationally simpler than BTC and also typically results in a lower Mean Squared Error (MSE). AMBTC was proposed by Maximo Lema and Robert Mitchell.

Using sub-blocks of 4×4 pixels gives a compression ratio of 4:1 assuming 8-bit integer values are used during transmission or storage. Larger blocks allow greater compression ("a" and "b" values spread over more pixels) however quality also reduces with the increase in block size due to the nature of the algorithm.

The BTC algorithm was used for compressing Mars Pathfinder's rover images.